projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdd133
)
Fix x vs y typo
author
Alexander Larsson
<alexl@redhat.com>
Wed, 18 Feb 2009 09:54:49 +0000
(10:54 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:16:29 +0000
(10:16 +0200)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index ab44c724adb3437bab854ccc2424ddb58cfd4031..ed5ad4cdbc05bec8ccc09429bbab619f2f8089d5 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-3911,7
+3911,7
@@
gdk_window_clear_area_internal (GdkWindow *window,
height = private->height - y;
rect.x = x;
- rect.y =
x
;
+ rect.y =
y
;
rect.width = width;
rect.height = height;